go/types.Checker.exprOrType (method)

7 uses

	go/types (current package)
		builtins.go#L649: 		check.exprOrType(x, arg, false)
		call.go#L186: 		check.exprOrType(x, call.Fun, true)
		call.go#L780: 	check.exprOrType(x, e.X, false)
		call.go#L1029: 		check.exprOrType(&x, n, true)
		expr.go#L1140: 		check.exprOrType(x, e.X, false)
		expr.go#L1335: func (check *Checker) exprOrType(x *operand, e ast.Expr, allowGeneric bool) {
		index.go#L20: 	check.exprOrType(x, e.x, true)